document handler造句
例句與造句
- simplify document handler programs with the sax parser
使用sax解析器簡(jiǎn)化文檔處理程序的編寫 - the first step in the design strategy is to write a generalized document handler
設(shè)計(jì)策略的第一步是編寫一個(gè)通用的文檔處理程序。 - the sax parser, the document handler, and the external classes for the other elements do not need any changes
sax解析器、文檔處理程序以及用于其他元素的外部類都不需要作任何修改。 - you can now change the behavior for one of the elements without changing either the document handler code or the code for the other elements
現(xiàn)在可以改變一個(gè)元素的行為,而不必修改文檔處理程序代碼或者其他元素的代碼。 - the document handler class is generalized through the use of the java reflection mechanism, while an abstract class is used to implement the element classes
通過(guò)使用java反射機(jī)制來(lái)泛化文檔處理程序類,并使用一個(gè)抽象類來(lái)實(shí)現(xiàn)元素類。 - It's difficult to find document handler in a sentence. 用document handler造句挺難的
- the size and complexity of the document handler class increases with the number of different xml tags, up to the point where readability and maintenance can become very difficult
文檔處理程序類的大小和復(fù)雜性隨著不同xml標(biāo)簽數(shù)量的增加而增加,直到某個(gè)時(shí)候可讀性和維護(hù)性都變得非常差。 - sometimes the code of a sax document handler can become cumbersome, poorly structured, and difficult to maintain, especially for complex xml structures with many different elements
有時(shí)候sax文檔處理程序的代碼可能變得非常麻煩、結(jié)構(gòu)性差而且難以維護(hù),尤其是對(duì)于那些包含多種不同元素的復(fù)雜xml結(jié)構(gòu)。 - in this article, i have shown you how document handler code, developed for handling the different elements in a parsed xml file, can be simplified by creating separate classes for each element
本文展示了在需要處理已解析xml文件中不同元素的文檔處理程序代碼中,如何通過(guò)為每種元素創(chuàng)建單獨(dú)的類來(lái)簡(jiǎn)化編碼。